home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / fmsyn.zip / CHGFMSYN.TXT next >
Text File  |  1993-06-20  |  1KB  |  28 lines

  1. FM MIDI Synth Driver 
  2. Change History
  3.  
  4. Version 1.00.00 930620: Reworked the initialization and re-initialization
  5.    of driver parameters.  A million small items.  Added sysex messages
  6.    for storing and dumping percussion banks and system parameters.  Added
  7.    programming interface.  Added configuration parameters for saving 
  8.    settings and default bank.  Added IBK timbre parameter, transpose, 
  9.    to allow transposing of a timbre up to +-63 notes.
  10.  
  11. BETA
  12.  
  13. Version 0.96.00 930612: Completely reworked the resetting code, added 
  14.    timestatmping of notes to reduce popping and clicking -- we don't
  15.    turnoff and steal any notes which have been only playing for a few
  16.    millisecs.
  17.  
  18. Version 0.95 930610: Changed the code to properly reset percussion mode and
  19.    tremolo depth when closing and re-opening the driver.
  20.  
  21. Version 0.94 930608: Removed VxD related code to provide more compatibility 
  22.    with various sound cards.  The card still only allows one opening at a
  23.    time, but it counts the openings itself -- can be overridden by switch:
  24.    [FMSYNTH.DRV] in System.ini: OneInstance=0   NOTE: this does not really
  25.    support multiple openings -- it just loads regardless.
  26.  
  27.    
  28.